home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / test.all / amisetup / eisa.cfg < prev    next >
Text File  |  1993-07-27  |  1KB  |  38 lines

  1. ## AMIsetup EISA configuration
  2. ##
  3. ## The following keywords are valid:
  4. ##
  5. ## OFF
  6. ## - disables EISA NVRAM access
  7. ## DETECT
  8. ## - tries to detect the EISA NVRAM port at the given addresses
  9. ##   (more than one DETECT line possible)
  10. ## SET
  11. ## - sets the EISA NVRAM port to a given value without testing
  12. ##
  13. ## Syntax of DETECT/SET:
  14. ##
  15. ## DETECT/SET LO,HI,OFFSET,CHECKSUM,CHK1START,CHK1END,CHK2START,CHK2END
  16. ##  LO        : Index port low byte
  17. ##  HI        : Index port high byte
  18. ##  DATA      : Data port
  19. ##  OFFSET    : Offset of setup values in NVRAM
  20. ##  CHECKSUM  : Offset of (word sized) NVRAM checksum (add w/o carry)
  21. ##              0000 if no checksum
  22. ##  CHK1START : Start of first checksummed region
  23. ##  CHK1END   : End
  24. ##  CHK2START : Start of first checksummed region
  25. ##  CHK2END   : End
  26. ##
  27. ## Examples:
  28. ## 1)
  29. ##  SET 0CA2,0CA3,0CA4,0F00,0F69,0F41,0F4D,0F60,0F68
  30. ## 2)
  31. ##  DETECT 0CA2,0CA3,0CA4,0F00,0F69,0F41,0F4D,0F60,0F68
  32. ##  DETECT 0C08,0C01,0800,0F00,0000,0000,0000,0000,0000
  33.  
  34. DETECT 0CA2,0CA3,0CA4,0F00,0F69,0F41,0F4D,0F60,0F68
  35. DETECT 0C08,0C01,0800,0F00,0000,0000,0000,0000,0000
  36.  
  37. ## End.
  38.